[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Function            isgameport - is a game port installed

  Syntax              boolean isgameport(void);

  Prototype in        ibm.h

  Remarks             checks if a game port is installed.

  Return value        returns TRUE if a game port is installed, FALSE
                      otherwise.

  See also            joystickAx(), joystickAy(), joystickBx(),
                      joystickBy(), joysticksettings()

  Example             #include <ibm.h>

                      main()
                      {
                           printf("Game port is ");
                           if (! isgameport())
                                printf("not ");
                           printf("installed\n");
                      }

See Also: joystickAx() joystickAy() joystickBx() joystickBy() joysticksettings()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson